home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 March / Software of the Month Club 1997 March.iso / pc / dos / biz / solveit / order.bat < prev    next >
Encoding:
DOS Batch File  |  1995-06-12  |  256 b   |  17 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo      Order form about to print.
  6. echo.
  7. echo      Make sure printer is on, and paper is aligned....
  8. echo.
  9. echo      or press "Ctrl-Break" to quit.
  10. echo.
  11. echo.
  12. pause
  13. copy order.txt prn
  14. cls
  15. echo Thank You!
  16. echo on
  17.